home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CyberMycha 2008 January
/
Cybermycha 1_2008.iso
/
drappa
/
setup.exe
/
{app}
/
scripts
/
dosomething.lcc
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2005-08-18
|
232 b
|
15 lines
/*
* LaCube testing script
*
* name: DoSomething
* description: display a message with a text
* code: Lettique
* last modification: May 1st, 2005, 22:11
*
*/
void DoSomething()
{
MessageBox( "a message" );
}